home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / ckit210.zip / CKIT.REF < prev    next >
Text File  |  1991-12-22  |  2KB  |  53 lines

  1. This list only includes swithes that are available for  how the
  2. library will control/respond to  certain instances of the program.
  3. For complete documentation on all variables/functions in CKIT,
  4. see CKIT.DOC.
  5.  
  6. GLOBAL LIBRARY CONTROLS
  7. ck_silent               ;Local Beep On/Off
  8. ck_USERFILE             ;PCB14.5 Users file  usage
  9. ck_FORCEOFFHOOK         ;Take modem offhook w/ dropped carrier
  10. ck_NO_FKEYS             ;Local Function Keys Enable/Disable
  11. ck_NOSYSTEM             ;File read ON/OFF (see open_door() in docs)
  12. ck_DOTS                 ;ECHO char  ON/OFF
  13.  
  14. GLOBAL LIBRARY INDICATORS
  15. ck_DUMP_USER            ;Need to drop user from door
  16. ck_PCB                  ;PCBoard v14.x system in use
  17. ck_PCB12                ;PCBoard v.12.0 in use
  18. ck_GAP                  ;door.sys system in use
  19. ck_WILDCAT              ;WILDCAT! system in use
  20. ck_RBBS                 ;DORINFOx.DEF system in use
  21. ck_GENERIC              ;GENERIC.SYS in use
  22. ck_chatmode             ;A chat/exit to DOS or F9 had been initiated
  23.  
  24. ck_option               ;Reason for DUMP_USER defined below
  25. #define     EXITDOOR    0  Normal door exit
  26. #define     NOCARRIER   1  Dropped carrier
  27. #define     TIMEOUT     2  Keyboard timeout
  28. #define     SYSOP_O     3  Sysop request
  29. #define     SYSTEMTIME  4  System time expired
  30. #define     LOGOFF      5  User logged off
  31.  
  32. GLOBAL LIBRARY MESSAGE CONTROLS
  33. progname[]              ;Name of door program for status line
  34. ck_logoff_color         ;Color for exit door message
  35. *ck_logoff_msgs         ;Pointers for log-off messages
  36. *ck_gen_msgs            ;Pointers for general messages
  37. ck_error_msg11[40]      ;Message for display_file errors
  38.  
  39. GLOBAL DISPLAY CONTROLS
  40. ck_display              ;Local display ON/OFF
  41. ck_ansi_ng              ;Use ANSI but no color
  42. ck_graphics             ;Use ANSI with color
  43. ck_set_ANSI()           ;Library ANSI enable/disable function
  44. ck_non_ibm              ;No support for characters above ASCII 127
  45. ck_page_length          ;Screen page length
  46. ck_linenum              ;Current line number
  47.  
  48. GLOBAL LIBRARY INPUT
  49. ck_cmdline[]            ;128 byte input buffer
  50. ck_par[]                ;128 byte input parse buffer
  51. ck_scan_code            ;Extended keypress indicator
  52. ck_key_source           ;Local/Remote keypress
  53.